<LI>Built with CreateODBCTime: #CreateODBCTime(yourTime)#
</UL>
<P>The same value can be formatted with timeFormat:
<UL>
<LI>Built with CreateTime: #TimeFormat(yourTime, 'hh:mm:ss')#
<LI>Built with CreateODBCTime: #TimeFormat(yourTime, 'hh:mm:sstt')#
</UL>
</CFOUTPUT>
</CFIF>
<CFFORM action="createtime.cfm" METHOD="post">
<PRE>
Hour <CFINPUT TYPE="Text" NAME="hour" VALUE="16" RANGE="0,23" MESSAGE="You must enter an hour (0-23)" VALIDATE="integer" REQUIRED="Yes">
Minute <CFINPUT TYPE="Text" NAME="minute" VALUE="12" RANGE="0,59" MESSAGE="You must enter a minute value (0-59)" VALIDATE="integer" REQUIRED="Yes">
Second <CFINPUT TYPE="Text" NAME="second" VALUE="0" RANGE="0,59" MESSAGE="You must enter a value for seconds (0-59)" VALIDATE="integer" REQUIRED="Yes">